<name>Game</name>
<profession>A simple challenge</profession>
<dialogue>
  <greeting>
    <reply>
      <text>Test your .....!</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Let's do this.</text>
      <npc>
        <reply>
          <text>Alas, the game master has not set the challenges yet.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Turn away.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>